home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / msysj / jan96 / pietf101.gif < prev    next >
Graphics Interchange Format  |  1997-01-14  |  105KB  |  826x298  |  4-bit (16 colors)
Labels: text | screenshot | number | font
OCR: Figure 1 Control Flow for Scenario 1 Thread 1 Thread 2 EnterCriticalSection(&critsect) Begin Thread() Sleep(2000) Thread 1 blocks DLLMainO M EnterCriticalSection(&critsect) Thread 2 blocks Sleep(2000) returns Thread 1 resumes LeaveCriticalSection(&critsect) Enter CriticalSection(&eritsect) returns Thread 2 resumes LeaveCriticalSection(&critsect) DLLMain() returns